home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0085 / 263.txt < prev    next >
Text File  |  1997-04-16  |  10KB  |  226 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Tue, 27 Feb 90       Volume 90 : Issue  263
  4.  
  5. Today's Topics:
  6.                          Directory Limits??!!
  7.                                 G-Dos
  8.                How do I set up MINIX on my Supra drive?
  9.            If you are not ccicpg!dl2!paulm, please ignore!
  10.                 Screen Blanker in the style of 'Stars'
  11.                          Telefax by modem use
  12.                          Terminal emulator DA
  13.                         TT and STe info needed
  14. ----------------------------------------------------------------------
  15.  
  16. Date: 26 Feb 90 14:59:09 GMT
  17. From: att!dptg!lzsc!hcj@ucbvax.Berkeley.EDU  (HC Johnson)
  18. Subject: Directory Limits??!!
  19. Message-ID: <1332@lzsc.ATT.COM>
  20.  
  21. In article <276.25E65B7C@uscacm.UUCP>, Ron.Hollins@uscacm.UUCP (Ron Hollins)
  22.  writes:
  23. >
  24. >  Question:  Is there a limit to the total number of files that a
  25. > double-sided floppy disk can contain. (I'm NOT refering to the 40
  26. > folder limit). I suspect that the 'FAT' must have a ceiling to it.
  27. > If someone does know this 'magic' number , might you also suggest a
  28. > technique to trap for this disk 'error'.  I'm using GFA 3.07
  29. >                      Thanks,
  30. >                                 Ron,
  31. The floppy ROOT directory has 112 entries in it.  Each can, of course, be
  32. a directory.  Each of these is limited by the number of fat entries, which
  33. is to say the storage on the disk.  A 720 K disk has about 720 clusters
  34. and if you assigned 700 directories (no files) you would surely fill it
  35. up.
  36. I suspect its the 112 limit that you are confronting.
  37.  
  38. Howard C. Johnson
  39. ATT Bell Labs
  40. att!lzsc!hcj
  41. hcj@lzsc.att.com
  42.  
  43. ------------------------------
  44.  
  45. Date: Sun, 25 Feb 90 12:48 EST
  46. From: FRACHEL@umiami.Miami.EDU
  47. Subject: G-Dos
  48.  
  49. This is a repost, since no one answered it before:
  50.  
  51. Where can I get G-Dos?  I have never seen it anywhere.
  52.  
  53. Simple question, someone MUST know the answer.
  54.  
  55. Frank
  56.  
  57.  
  58. ------------------------------
  59.  
  60. Date: 26 Feb 90 14:49:33 GMT
  61. From: att!dptg!lzsc!hcj@ucbvax.Berkeley.EDU  (HC Johnson)
  62. Subject: How do I set up MINIX on my Supra drive?
  63. Message-ID: <1330@lzsc.ATT.COM>
  64.  
  65. In article <22392@pasteur.Berkeley.EDU>, anton@sting.Berkeley.EDU (Jeff Anton)
  66.  writes:
  67. > I have a new 40Mbyte Supra hard disk drive for my Atari ST 1040.
  68. > The machine is a few years old with TOS in ROM.
  69. > MINIX ST 1.1 doesn't recognize the drive.  I've tried several
  70. > approaches includeing running MINIX from GEMDOS with MINIX.PRG
  71. > and MINIX.IMG generated from the boot disk.
  72.  
  73. 1. It is not clear if its you or Supra that has a problem.
  74. 2. If you;  Minix 1.1, as shipped expects to find a minix root partition
  75.    at partition 2.
  76. "
  77.   /* Get size of RAM disk by reading root file system's super block.
  78.    * First read block 0 from the floppy.  If this is a valid file system, use
  79.    * it as the root image, otherwise try the hard disk (RAM_IMAGE).
  80.    */
  81. #ifdef ATARI_ST
  82.   printf("Booting MINIX-ST 1.1.  Copyright 1988 Prentice-Hall, Inc.\n");
  83.   printf("Insert ROOT diskette and hit RETURN (or specify bootdev) %c", 0);
  84.   root_device = (dev_nr)getdev();
  85.   if (root_device == 0)
  86. #endif
  87. "
  88. So, It is assumed that you first boot MINIX from a floppy.  At this point
  89. you can prepare a partion, 2 being preferred for minix.
  90.  
  91. 3. You can test if you have basic communication with the HD, from MINIX,
  92. by reading section 0, which is the boot sector, and partition 1, which is
  93. (I assume) TOS.
  94.         dd if=/dev/rhd0 > /tmp/hd0  should not fail.
  95.         tos -d /dev/hd1 should print familiar information on TOS c:.
  96. If either or both FAIL, then you have INTERRUPT problems.
  97.  
  98. 4. Remember TOS is polled IO, not INTERRUPT.  You would never no if disk
  99. interrupts failed under TOS.  MINIX only uses INTERRUPTS.  Assuming that
  100. the 1040 is  not bad (Try someone elses HD); its a Supra problem.
  101.  
  102. 5. Supra had three vintages of Atari interfaces.  OLD (Never would run MINIX),
  103.     Medium (could run minix with a Supra supplied software change), and NEW
  104.    (as in with fan, and DMA OUT connector) that did work.
  105.  
  106. Howard C. Johnson
  107. ATT Bell Labs
  108. =====NEW address====
  109. att!lzsc!hcj
  110. hcj@lzsc.att.com
  111.  
  112. ------------------------------
  113.  
  114. Date: 26 Feb 90 22:18:19 GMT
  115. From:
  116.  zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!jarvis.csri.toronto.edu!neat.cs.tor
  117.  onto.edu!omicron.cs.fsu.edu!fsucs.cs.fsu.edu!boyd@tut.cis.ohio-state.edu
  118.  (Mickey Boyd)
  119. Subject: If you are not ccicpg!dl2!paulm, please ignore!
  120. Message-ID: <9002262219.AA04693@fsucs.cs.fsu.edu>
  121.  
  122. I am sorry I had to post this to the net.  My mailer would not let me send
  123. mail to you (probably would have worked if I had REPLIED to you before I
  124. deleted the message!).  I am most interested in your offer concerning the
  125. hard drive.  Very most interested.  Positively giddy.  Anyway, please
  126. reply to me directly if you see this, so I know it worked (and so I can
  127. reply to the mail).
  128.  
  129. --
  130.  
  131.     -----------------------------------------------------------------------
  132.     ---------------------------------+-------------------------------------
  133.               Mickey Boyd            |    "Nobody can be exactly like me.
  134.          FSU Computer Science        |      Even I have trouble doing it."
  135.       mail:  boyd@fsucs.cs.fsu.edu   |              - Tallulah Bankhead
  136.     ---------------------------------+-------------------------------------
  137.     -----------------------------------------------------------------------
  138.  
  139. ------------------------------
  140.  
  141. Date: 26 Feb 90 22:24:23 GMT
  142. From:
  143.  zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!jarvis.csri.toronto.edu!neat.cs.tor
  144.  onto.edu!omicron.cs.fsu.edu!fsucs.cs.fsu.edu!boyd@tut.cis.ohio-state.edu
  145.  (Mickey Boyd)
  146. Subject: Screen Blanker in the style of 'Stars'
  147. Message-ID: <9002262225.AA04764@fsucs.cs.fsu.edu>
  148.  
  149. In article <1143@oucsace.cs.OHIOU.EDU>, bwhite@oucsace.cs.OHIOU.EDU (Bill White)
  150.  writes:
  151. >
  152. >       Along the same thread, does anyone have the sourcecode for starstrk?
  153. >It's nice, but the effect of the stars "slowing down" near the edge of the
  154. >screen (actually they don't; they just don't speed up) is a little weird,
  155. >and I'd like to modify it if possible.
  156. >
  157. >                                               Bill White
  158. >                                               bwhite@oucsace.cs.ohiou.edu
  159.  
  160. If you could make it less disruptive to other programs, we would really have
  161. something!  This is the best looking screen saver I have seen for the ST, but
  162. it is not tolerated by many good programs.  Someone please fix it!
  163.  
  164. --
  165.  
  166.     -----------------------------------------------------------------------
  167.     ---------------------------------+-------------------------------------
  168.               Mickey Boyd            |    "Nobody can be exactly like me.
  169.          FSU Computer Science        |      Even I have trouble doing it."
  170.       mail:  boyd@fsucs.cs.fsu.edu   |              - Tallulah Bankhead
  171.     ---------------------------------+-------------------------------------
  172.     -----------------------------------------------------------------------
  173.  
  174. ------------------------------
  175.  
  176. Date: Tue, 27 Feb 90 18:38 N
  177. From: HANTKE%KVI.nl@Forsythe.Stanford.EDU
  178. Subject: Telefax by modem use
  179.  
  180. Dear netters,
  181. I would like to use my Mega 2 (60 Mb harddisk) for sending and receiving
  182. telefaxes via the telephone modem. Does anybody have experience in this topic
  183. or/and knows any programs for that purpose?
  184. Ciao, Thomas.
  185.  
  186. ------------------------------
  187.  
  188. Date: Mon, 26 Feb 1990 23:23:06 MET
  189. From: Rob Vousten <U218008%HNYKUN11.BITNET@CUNYVM.CUNY.EDU>
  190. Subject: Terminal emulator DA
  191.  
  192. Recently, Wayne Ngai and Rens Troost asked for a terminal emulator. This
  193. is my favourite: MINITERM, by Lars-Erik 0sterud. VT-100, IBM-graphics,
  194. X-Y-Z Modem, ASCII upload, log file, phone dir and the lot, for FREE.
  195. It works as PRG and ACC. Available from panarthea.
  196. Try to get version 9.32, I got it from Lars-Erik's ABK-BBS in Norway:
  197. +47 2 132659.
  198.  
  199. Rob Vousten U218008@HNYKUN11.BITNET
  200.  
  201. ------------------------------
  202.  
  203. Date: Tue, 27 Feb 90 07:48 EST
  204. From: UN030357@WVNVAXA.WVNET.EDU
  205. Subject: TT and STe info needed
  206.  
  207. I will try to be brief but I have some burning questions.  I have been Atari
  208. fan since first computer...I have owned several 8-bit's...I have also been
  209. fan of ST for as long as there has been one.  I regret that the computer has
  210. not been supported in America as it should.  However, I am still planning on
  211. buying one.  This brings me to my questions.  SHOULD I WAIT FOR THE NEW
  212. ATARI STe AND TT?  AND WHAT EXACTLY ARE THEY?.  It is hard to get that kind
  213. of info here.  I hate asking people if they sell Atari Computers and have the
  214. reply "Atari still makes computers?."  Please do not send hostile replies
  215. I am truly an Atari fan (till death).  And I hope sincerely that these new
  216. computers will sell in America.  As for those of you who ask, I am a comp.
  217. sci. major at West Virginia University and want the computer for programming
  218. and telecommunicating.  Please send replies directly to me as not to take
  219. up space on the list.
  220.                                                   Sincerely,
  221.                                                   James Keefover
  222.                                                   via UN030357@wvnvms.wvnet.edu
  223. -------------------------------------------------------------------------------
  224.  
  225. ------------------------------
  226.